[Misc] Remove override_attention_dtype - #48684
Conversation
yewentao256
left a comment
There was a problem hiding this comment.
LGTM, thanks for the work!
|
@yewentao256 double checked the CI log, the error looks doesn't relate to this change. |
|
Hi @wangxiyuan, the pre-commit checks have failed. Please run: uv pip install pre-commit>=4.5.1
pre-commit install
pre-commit run --all-filesThen, commit the changes and push to your branch. For future commits, |
|
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
Head branch was pushed to by a user without write access
ebf7591 to
4c2b423
Compare
yewentao256
left a comment
There was a problem hiding this comment.
Hi @wangxiyuan you might need to enable CI by yourself
/ci run
|
/ci run |
|
✅ Triggered Buildkite CI #83754 for commit |
|
@yewentao256 sure. I assumed the command is for committer only. |
|
@yewentao256 ready to go now. |
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Signed-off-by: Alessandra005 <aurib032@fiu.edu>
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Signed-off-by: Wyett <wyettzeng@gmail.com>
Purpose
override_attention_dtypeis only used for V0 and has been removd from #25351 long time ago. It's safe to remove it now.Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.